home *** CD-ROM | disk | FTP | other *** search
- Path: keats.ugrad.cs.ubc.ca!not-for-mail
- From: c2a192@ugrad.cs.ubc.ca (Kazimir Kylheku)
- Newsgroups: comp.lang.c
- Subject: Re: reading from stdin?
- Date: 4 Apr 1996 17:21:25 -0800
- Organization: Computer Science, University of B.C., Vancouver, B.C., Canada
- Message-ID: <4k1silINNciu@keats.ugrad.cs.ubc.ca>
- References: <31636DB1.5BB4@ljusdal.se>
- NNTP-Posting-Host: keats.ugrad.cs.ubc.ca
-
- In article <31636DB1.5BB4@ljusdal.se>,
- Marcsu <marcus.berggren@ljusdal.se> wrote:
- >How do you read from ,(scanf),stdin without echoing it to the screen??
- >
- >please help, (I┤m in desperate need of it!)
-
- $ stty -echo -echok -echonl
- $ my_program
- $ stty echo echok echonl
- --
-
-